runtime._type.hash (field)

7 uses

	runtime (current package)
		heapdump.go#L171: 	b := &typecache[t.hash&(typeCacheBuckets-1)]
		iface.go#L31: 	return uintptr(inter.typ.hash ^ typ.hash)
		type.go#L37: 	hash       uint32
		type.go#L520: 			tlist := typehash[t.hash]
		type.go#L526: 			typehash[t.hash] = append(tlist, t)
		type.go#L538: 				for _, candidate := range typehash[t.hash] {